/* =========================
   ARQUIVO: pages.css
========================= */

/* SEÇÃO SINOPSE */
.sinopse {
  background: linear-gradient(180deg, rgba(6, 8, 11, 0) 0%, rgba(6, 8, 11, 0.6) 20%, var(--bg-darker) 100%);
  padding: 64px 0;
}
.sinopse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.sinopse-media img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  object-fit: cover;
  max-height: 520px;
}
.sinopse-textos h2 {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 1.6vw + 0.8rem, 2rem);
}
.sinopse-textos p {
  margin: 0;
  color: var(--muted);
}

/* SEÇÃO FINANCIAMENTO (HOME) */
.financiamento-home {
  padding: 56px 0 84px;
  background: var(--bg-darker);
  border-top: 1px solid var(--border);
}
.financiamento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.financiamento-chamada h2 {
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 1.6vw + 0.8rem, 2rem);
}
.financiamento-chamada p {
  margin: 0 0 18px;
  color: var(--muted);
}

/* SEÇÃO FALA DIRETORES */
.fala-diretores-section {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
}
.fala-diretores-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "video texto";
  gap: 30px;
  justify-content: center;
  align-items: start;
}
.fala-diretores-video { 
  grid-area: video; 
  display: flex;
  justify-content: center;
}
.fala-diretores-video-inner {
  width: 280px;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.fala-diretores-video-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.fala-diretores-texto { 
  grid-area: texto; 
  max-width: 400px;
  text-align: left;
}
.fala-diretores-texto h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

/* DIVISOR DE FOTO */
.divider-photo {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 40px 0;
}
.divider-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* PÁGINA DE APOIO/FINANCIAMENTO */
.apoio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.recompensas-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}
.recompensa-card {
  display: grid;
  grid-template-columns: 220px 1fr 180px;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: var(--shadow);
}
.recompensa-card .nivel { font-weight: bold; font-size: 1rem; color: var(--brand); }
.recompensa-card .descricao { color: var(--muted); padding: 0 15px; font-size: 0.95rem; }
.recompensa-card .acao { text-align: center; }
.recompensa-card .preco { font-weight: bold; margin-bottom: 8px; color: var(--accent); font-size: 1.1rem; }
.recompensa-card .btn { padding: 10px 16px; font-size: 0.9rem; font-weight: bold; border-radius: 8px; }

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.beneficios-grid .card { text-align: center; }
.beneficios-grid .icon { margin: 0 auto 10px; }
.beneficios-grid h3 { margin: 0 0 8px; }

/* PÁGINA DE OBRIGADO */
.hero.thanks-page .hero-video { filter: saturate(110%) contrast(105%) brightness(85%); z-index: -2; }
.hero.thanks-page .hero-overlay { background: linear-gradient(to bottom, rgba(6, 8, 11, 0.6), rgba(6, 8, 11, 0.85)); z-index: -1; }
.hero.thanks-page .hero-content { animation: fadeInUp 1s ease forwards; max-width: 600px; padding: 0 20px; }
.hero.thanks-page h1 { font-size: clamp(2rem, 3vw + 1rem, 3.5rem); color: var(--brand); margin-bottom: 12px; text-shadow: 0 4px 20px rgba(0,0,0,0.6); }
.hero.thanks-page p { margin-bottom: 8px; }
.hero.thanks-page a.btn { margin-top: 20px; box-shadow: 0 8px 25px rgba(127, 160, 255, 0.35); }
.hero.thanks-page a.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(127, 160, 255, 0.5); }

.thanks-card {
  position: relative;
  z-index: 1;
  width: min(560px, 92vw);
  margin: 0 auto;
  padding: 20px 22px;
  background: rgba(11, 14, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-align: center;
  animation: fadeInUp 0.7s ease forwards;
}
.thanks-card h1 { margin: 0 0 8px; font-size: clamp(1.4rem, 1.2vw + 1rem, 2rem); line-height: 1.15; color: var(--brand); text-shadow: 0 2px 16px rgba(0,0,0,0.45); }
.thanks-card .subtitle { margin: 0 0 6px; color: var(--muted); font-size: clamp(0.9rem, 0.8vw + 0.6rem, 1rem); }
.thanks-card .help { margin: 0 0 14px; color: var(--muted); font-size: clamp(0.85rem, 0.7vw + 0.55rem, 0.95rem); }
.thanks-card a.btn { margin-top: 4px; padding: 10px 16px; font-size: 0.95rem; border-radius: 10px; box-shadow: 0 8px 24px rgba(122, 162, 255, 0.30); }
.thanks-card a.btn:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(122, 162, 255, 0.45); }

/* PÁGINA SOBRE */
.hero.sobre-page {
  background-image: url("../img/sobre-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}